Re: permissions

Evil Pete (shipley@merde.dis.org)
Tue, 17 May 1994 09:51:38 -0700

>Mr. Pete,
>
>	Are there any side effects to setting up a SunOS
>system like this (other than a pain for the SA to update files
>without remounting /usr or /usr/local)?  Do you use this
>setup at your site, and are there any workarounds necessary
>for it to work?
>
>	Thanks.
>
>_rob_
>
>> 
>> To get the permissions right under SunOS you have to do it yourself
>> 
>> mount:
>> 
>> /		rw,nosuid
>> /usr		ro
>> /var		rw,nosuid
>> /home		rw,nosuid
>> /tmp		rw,nosuid
>> /usr/local	ro
>> 

yea, you will need to create a /var/find and /var/games
then
    ls -s /var/find/find.codes /usr/lib/find/find.codes

and symlim link a few game score files (I just copyed /usr/games/lib
to /var/games and symlinked it)